home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / mepody.exe / HURRAY.C < prev    next >
C/C++ Source or Header  |  1992-01-23  |  262b  |  7 lines

  1. #include <dos.h>
  2. int melody[][2] = {
  3. {  0,  0},{  0, 75},{523, 75},{  0, 75},{  0, 75},{  0, 75},{523, 75}
  4. ,{  0, 75},{523,150},{494,150},{440,150},{392,450},{494,300},{587,150}
  5. ,{880,450},{  0, 75},{880,450},{  0, 75},{880,450},{  0,150}};
  6. #define MAX 19
  7.